home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / html / Templates / process_screen.tpl < prev    next >
Encoding:
Text File  |  2006-10-19  |  764 b   |  41 lines

  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Web Design" content="m.Sharp, CodeX Technologies LTD.">
  6.  
  7. <title>Processing...</title>
  8. <meta http-equiv='refresh' content='0;url=%TARGET_URL%'>
  9. <style>
  10.  
  11. #MessageFrame
  12. {
  13.     float:left;
  14.     display:none;
  15.     width:488px !important;
  16.     width:498px;
  17.     margin:300px 0 0 240px !important;
  18.     margin:300px 0 0 120px;
  19.     background:url(/img/App_GUI/Misc/process_bg.jpg) no-repeat #eee;
  20.     
  21.     text-align:center;
  22.     line-height:20px;
  23.     padding:20px 5px 20px 5px;
  24.     font-size:12px;
  25.     color:#333;
  26. }
  27.  
  28. #Indicator
  29. {
  30.     width:100%;
  31.     height:100%;
  32.  
  33.     background:url(/img/App_GUI/Misc/indicator_lg_2.gif) no-repeat center;
  34. }
  35. </style>
  36. </head>
  37.  
  38. <body bgcolor='#1f1f1f'>
  39. <div id='Indicator'></div>
  40.  
  41. </body></html>